home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr28 / todir22.zip / ALSO_BY.WVL next >
Text File  |  1995-03-06  |  8KB  |  146 lines

  1.          Here is  a list of some other freeware programs  I have written 
  2.          which you may be interested in.  The latest versions can always 
  3.          be found somewhere in the msdos directory of the Simtel archive 
  4.          on the internet.  The primary site for this is oak.oakland.edu, 
  5.          but  there  are  mirrors sites all over  the  world.    In  the 
  6.          following  file names I have represented the version numbers by 
  7.          the string "nn"  since they may change by the time you look for 
  8.          them. 
  9.  
  10.          BIGTXTnn - This program takes  its command  line  argument  and 
  11.          magnifies the characters so that they are 4 to 8 or more  times 
  12.          larger.    It uses several font sources,  including any  screen 
  13.          font and can be  used for batch files,   text file headings and 
  14.          banners.  If you remember bigecho, this does a similar function 
  15.          but  has  many more options and features.  It can be  found  in 
  16.          directory msdos/textutil.                  
  17.  
  18.          NVLTFNTS  - This archive contains a screen font loader  and  12 
  19.          unusual  screen  fonts.   The loader produces fonts  which  are 
  20.          persistant but which can be overridden any time you wish.   The 
  21.          screen fonts are compatible with BIGTEXT.   It can be found  in 
  22.          directory  msdos/screen.    Here's a sample of using  the  Olde 
  23.          English font with BIGTEXT: 
  24.  
  25.                                                         
  26.                           ▄▀▀█▄    ▀█▄     ▀█▄          
  27.                          ██   ██    ██       ██▄    ▄▄▄ 
  28.                          ██   ██    ██    ▄▀▀ ██  ▄█  ██
  29.                          ██   ██    ██   ██   ██  ██▀▀▀ 
  30.                           ▀█▄▄▀     ▀█▄   ▀█▄▄▀  ▄█▄▄▄▄ 
  31.                                                         
  32.                                                         
  33.                                                                     
  34.                ▄▀▀█▄                   ▀█▄      ██            ▄█    
  35.               ██   ▀ ▄▄ ▄▄▄    ▄▄       ██     ▄▄▄     ▄▄▄▄▄  ██    
  36.               ██▄▄▄   ██  ██ ▄█ ▀█▄     ██      ██   ▄█       ██▄▄██
  37.               ██      ██  ██ ██  ██     ██      ██    ▀▀▀█▄▄  ██  ██
  38.              ▄█▄▄▄▄▄ ▄█▄▄ ▀█▄▀█▄▀██▄    ▀█▄     ▀█▄  ▄▄▄▄▄▀  ▄█▄▄ ██
  39.                              ▄▄▄  █▀                              ▀ 
  40.                                ▀▀▀                                  
  41.  
  42.          FLPKITnn - This archive  contains a set of 8 utilities to  help 
  43.          you speed   up and test your floppy disks and drives.   It  can  
  44.          be found in directory msdos/diskutil.  In particular you get: 
  45.  
  46.             FLOPPARM - Speeds  up   drive  operation  by  modifying  DOS 
  47.                        parameters. 
  48.  
  49.             TESTSTEP - Determines  the maximum  step rate  which can  be 
  50.                        used with a particular drive.
  51.  
  52.             FLOPTEST - Tests  drive for  proper operation.  Also does  a 
  53.                        quick  readability  check for every sector  of  a 
  54.                        floppy disk. 
  55.  
  56.             SEEKBNCH - Performs  a seek  benchmark  for three  different 
  57.                        types of seeks.
  58.  
  59.             FLOPSKEW - Determines optimal skewing for proper formatting.  
  60.                        By  using  the  findings  of  this  program   and 
  61.                        FDFORMAT  you  can speed up reading  and  writing 
  62.                        by 30%   every  time  you  use  a  floppy   disk. 
  63.                        Formatting is faster, too. 
  64.  
  65.             FLOPRPM  - Checks a drive's rotation speed for accuracy  and 
  66.                        consistent operation. 
  67.  
  68.             FLOPINFO - Displays a floppy disk's formatting parameters.
  69.  
  70.             FLOPSCRB - Used with a cleaning disk to clean a drive's head 
  71.  
  72.          RUNTIMnn - This utility  can measure the execution time of  DOS 
  73.          programs,  commands and batch files  with  a  resolution better 
  74.          than  one  thousandth  of  a second.   The measurement  can  be 
  75.          saved in a file or displayed on your screen.  The output format 
  76.          and  accompanying  text can be specified.  It can be  found  in 
  77.          directory msdos/sysutil. 
  78.  
  79.          S48Vnn - S48  is a software  simulator of the 8048/49/50 micro- 
  80.          processor.   All registers,   flags and RAM are visible contin- 
  81.          uously  on  the  screen.    Instructions are  disassembled  and 
  82.          displayed  as  they are simulated.   Cheaper and more  colorful 
  83.          than an MDS!  It can be found in directory msdos/emulators. 
  84.  
  85.          LJLPTnn - This program prints text in landscape oriented  pages 
  86.          at  177  columns by 75 lines on a Laserjet.  Great  for getting 
  87.          fast,   quiet, compact program listings.  Initial  banner page, 
  88.          page headers,   line numbers,  multiple copies and graybar  row 
  89.          shading are available as options.  Source included.   It can be 
  90.          found in directory msdos/laserjet. 
  91.  
  92.          WASTEDnn - This  program shows  you the  effects  of  different 
  93.          cluster sizes on the efficiency of file storage on your system.  
  94.          If  you're  upgrading to a larger hard disk,   the  information 
  95.          displayed  may affect the size of the partitions you choose for 
  96.          your  hard  disk and save you megabytes of wasted  space.    In 
  97.          directory msdos/diskutil. 
  98.  
  99.          P5BUGnn - A simple  test for  the Pentium  FDIV "flaw".  Source 
  100.          included.  In directory msdos/sysutil. 
  101.  
  102.          In  addition  there  are some programs which I have  made  some 
  103.          contribution to, even though I didn't write them. 
  104.  
  105.          TODIRnn - Change to  any subdirectory  just by  specifying  the 
  106.          first few letters of its name,  no matter which drive it is  on 
  107.          or  how deep it is in the subdirectory tree.    An  approximate 
  108.          string search is also available if you're really lost.   Source 
  109.          included.  In the directory msdos/dirutil. 
  110.  
  111.          UARTTYnn - This program  identifies which type of UART chip  is 
  112.          used by all of the COM ports in your system.   Source included.  
  113.          It can be found in directory msdos/io_util. 
  114.  
  115.          O-CONTRL - This archive  contains a TrueType symbol font useful 
  116.          for  preparing  orienteering  clue sheets.   If you're  not  an 
  117.          orienteer,   just  think  of it  as  a  collection  of  vaguely 
  118.          cartographic dingbats.  I  converted this from Macintosh Type 1 
  119.          format  and spend a lot of time touching up the characters.  In 
  120.          directory win3/font. 
  121.  
  122.          BCF7713B - This is a really buggy Fortran compiler but it's the 
  123.          only public domain Fortran compiler  that  I'm aware of. It may 
  124.          be useful for some small jobs.  I  translated the documentation 
  125.          from German  into English.   It can be  found  in the directory 
  126.          msdos/fortran. 
  127.  
  128.          Quite a mixed bag,  eh?  There should be something here you can 
  129.          use. 
  130.  
  131.          You  are encouraged to pick up these programs from a convenient 
  132.          Internet ftp site but if you don't have Internet access you can 
  133.          get  a disk with the latest versions of all these programs plus 
  134.          other related freeware, like FDFORMAT and 2M, directly from me.  
  135.          Just send me $10  ($12 in US funds if you live outside the US).  
  136.          Inquiries  and  other  correspondence which  requires  a  reply 
  137.          should include a stamped, self-addressed envelope. 
  138.  
  139.          William Luitje
  140.          2677 Wayside Drive
  141.          Ann Arbor, MI 48103
  142.          USA
  143.  
  144.          internet:  luitje@m-net.arbornet.org (much preferred) or
  145.                     luitje@cyberspace.org
  146.